/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=cyrillic");
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

a,
.button,
.icon {
  -webkit-transition: all 0.35s;
  transition: all 0.35s; }

body {
  color: #000;
  background: #fff;
  font-family: "PT Sans", sans-serif;
  min-width: 320px;
  padding-top: 155px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh; }

h1,
.h1 {
  color: #333333;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 30px; }

.content .h1 + * {
  margin-top: 0; }

h2,
.h2 {
  color: #333;
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
  margin-top: 50px;
  margin-bottom: 35px; }

.h2--center-big {
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 55px; }

h3,
.h3 {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin-top: 50px;
  margin-bottom: 35px; }

.h3--health {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 25px; }

h4,
.h4 {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 40px; }

.container {
  position: relative;
  width: 1140px;
  margin: 0 auto; }

.button {
  background-color: #333;
  height: 45px;
  line-height: 45px;
  text-decoration: none;
  color: #87e6f9;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  min-width: 240px;
  text-align: center;
  outline: none;
  display: inline-block;
  vertical-align: top;
  border: none;
  cursor: pointer; }
  .button:hover {
    background-color: #544c60; }
  .button--invert {
    background-color: #6bccdf;
    color: #262626; }
    .button--invert:hover {
      background-color: #94eafb; }

.checkbox {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  vertical-align: middle;
  cursor: pointer; }
  .checkbox__input {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    top: 100%;
    left: 50%; }
  .checkbox__input:not(:disabled) ~ * {
    cursor: pointer; }
  .checkbox__pseudoinput {
    position: absolute;
    left: 3px;
    top: 5px;
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #ffffff;
    border: 1px solid #e1d9cf;
    border-radius: 0;
    background-position: 60% 50%;
    background-size: 11px 8px;
    background-repeat: no-repeat;
    -webkit-transition: background-color 0.3s, background-image 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
    transition: background-color 0.3s, background-image 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
    transition: background-color 0.3s, background-image 0.3s, border-color 0.3s, box-shadow 0.3s;
    transition: background-color 0.3s, background-image 0.3s, border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s; }
  .checkbox__input:indeterminate ~ .checkbox__pseudoinput::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background-color: #333333;
    border-radius: 1px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .checkbox__input:checked ~ .checkbox__pseudoinput {
    background-color: #333333;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.7 0.3C11.1 0.7 11.1 1.3 10.7 1.7L4.7 7.7C4.3 8.1 3.7 8.1 3.3 7.7L0.3 4.7C-0.1 4.3 -0.1 3.7 0.3 3.3C0.7 2.9 1.3 2.9 1.7 3.3L4 5.6L9.3 0.3C9.7 -0.1 10.3 -0.1 10.7 0.3Z' fill='white'/%3E%3C/svg%3E");
    border-color: #333333; }
  @media (hover: hover) and (pointer: fine) {
    .checkbox__input:focus-visible:not(:disabled) ~ .checkbox__pseudoinput,
    .checkbox__input:hover:not(:disabled) ~ .checkbox__pseudoinput {
      border-color: #7e7e97; } }
  .checkbox__input:checked:focus-visible:not(:disabled) ~ .checkbox__pseudoinput,
  .checkbox__input:checked:hover:not(:disabled) ~ .checkbox__pseudoinput {
    background-color: #666666;
    border-color: transparent; }
  .checkbox__input:disabled ~ .checkbox__pseudoinput,
  .checkbox__input:checked:disabled ~ .checkbox__pseudoinput {
    background-color: #666666;
    border: 1px solid #333333; }
  .checkbox__input:checked:disabled ~ .checkbox__pseudoinput {
    background-color: #f8f2eb;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.7 0.3C11.1 0.7 11.1 1.3 10.7 1.7L4.7 7.7C4.3 8.1 3.7 8.1 3.3 7.7L0.3 4.7C-0.1 4.3 -0.1 3.7 0.3 3.3C0.7 2.9 1.3 2.9 1.7 3.3L4 5.6L9.3 0.3C9.7 -0.1 10.3 -0.1 10.7 0.3Z' fill='%239EA4AB'/%3E%3C/svg%3E"); }
  .checkbox__input:indeterminate:disabled ~ .checkbox__pseudoinput::before {
    background-color: #333333; }
  .checkbox__text {
    display: inline-block;
    min-height: 28px;
    padding-left: 34px; }
  .checkbox_required .checkbox__text::after {
    content: " * ";
    color: #df1b41; }
  .checkbox._error .checkbox__pseudoinput {
    border-color: #df1b41; }
  .checkbox__input:disabled ~ .checkbox__text {
    opacity: 0.5; }
  .checkbox_no-text {
    width: 24px;
    height: 24px;
    vertical-align: text-top; }
  .checkbox_no-text .checkbox__pseudoinput {
    position: relative;
    top: auto;
    left: auto;
    margin: auto 3px;
    max-width: 100%;
    max-height: 100%; }

header {
  background-color: #f4f4f6;
  padding: 15px 195px;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  min-width: 320px;
  height: 155px;
  z-index: 100; }
  header.fixed {
    padding-top: 9px;
    padding-bottom: 9px;
    height: 70px; }
    header.fixed .header__logo {
      width: 158px;
      height: 52px;
      overflow: hidden;
      background: url(../img/logo-small.svg) 0 0 no-repeat; }
      header.fixed .header__logo img {
        display: none; }
    header.fixed .soc {
      display: none; }
    header.fixed .header__address-part {
      display: none; }
    header.fixed .header__phone {
      display: block;
      font-size: 24px; }
      header.fixed .header__phone .icon {
        display: none; }
    header.fixed .header__rec {
      min-width: 170px;
      margin-bottom: 0; }
    header.fixed .header__info:before {
      display: none; }
    header.fixed .menu {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; }

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  margin: 0 auto;
  color: #333333; }
  .header__logo {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 110px;
    -webkit-transition: all 0s;
    transition: all 0s; }
  .header__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .header__info::before {
    content: '';
    display: block;
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    height: 12px; }
  .header__address-part {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-right: 64px;
    letter-spacing: 0.04em;
    line-height: 24px; }
  .header__time {
    font-size: 15px;
    color: #7e8790; }
  .header__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .header__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: inherit;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none; }
    .header__phone:hover {
      color: #43b1c7; }
    .header__phone .icon {
      width: 18px;
      height: 30px;
      fill: #c4c4d5;
      margin-right: 20px; }
  .header__whatsapp {
    display: block;
    width: 30px;
    height: 30px;
    margin-left: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath d='M25.7 4.4c-5.8-5.8-15.3-5.8-21.1 0C1.7 7.2.2 11 .2 14.9c0 2.6.7 5.1 2 7.4L0 30l7.9-2c2.2 1.2 4.6 1.8 7.1 1.8 8.2 0 14.9-6.7 15-14.9 0-4-1.5-7.8-4.3-10.5z' fill='%2300e676'/%3E%3Cpath d='M22.7 18.4l-.9-.4s-1.4-.6-2.2-1c-.1 0-.2-.1-.3-.1-.2 0-.4.1-.6.2 0 0-.1.1-1.3 1.4-.1.2-.3.2-.4.2h-.1c-.1 0-.2-.1-.3-.2l-.4-.2c-.9-.4-1.8-.9-2.5-1.5-.2-.2-.4-.3-.6-.5-.6-.6-1.2-1.2-1.6-2l-.1-.2c-.1-.1-.1-.2-.2-.3 0-.1 0-.3.1-.4 0 0 .3-.4.6-.7.2-.2.3-.4.4-.6.2-.2.2-.5.2-.8-.5-.9-1-1.9-1.5-2.9-.1-.2-.3-.4-.6-.4h-.9c-.2 0-.4.1-.5.1l-.1.1c-.2 0-.4.2-.5.3-.2.1-.3.3-.5.5-.6.7-.9 1.6-.9 2.5 0 .6.2 1.3.4 1.9l.1.2c.8 1.6 1.9 3 3.2 4.2l.3.3c.2.2.5.4.7.7 1.8 1.5 3.9 2.5 6.2 3.1.3.1.6.1.9.2h.9c.4 0 .9-.1 1.3-.3l.6-.3.2-.2c.2-.2.3-.2.5-.4.2-.1.3-.3.4-.5.2-.4.3-.7.3-1.1v-.6c-.1-.2-.2-.2-.3-.3z' fill='%23fff'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    .header__whatsapp:hover {
      -webkit-filter: brightness(1.05);
              filter: brightness(1.05); }
  .header__messenger {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
    width: 30px;
    height: 30px;
    margin-left: 24px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    .header__messenger:hover {
      -webkit-filter: brightness(1.05);
              filter: brightness(1.05); }
  .header__messenger + .header__messenger {
    margin-left: 14px; }
  .header__messenger._telegram {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cg clip-path='url(%23a)'%3E%3Ccircle cx='16' cy='16' r='16' fill='%231c93e3'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M7.17 15.46q6.84-3.18 9.13-4.19c4.34-1.92 5.25-2.26 5.84-2.27.13 0 .42.03.6.2.16.13.2.32.23.45.02.12.04.42.02.65-.23 2.64-1.25 9.03-1.77 11.98-.22 1.25-.65 1.67-1.07 1.71-.91.1-1.6-.64-2.48-1.25-1.38-.96-2.16-1.56-3.5-2.5-1.54-1.08-.54-1.68.34-2.65.23-.26 4.24-4.14 4.32-4.49 0-.04.02-.2-.08-.3-.09-.08-.22-.05-.32-.03q-.21.05-6.6 4.65-.95.69-1.7.67a11 11 0 0 1-2.43-.62c-.98-.34-1.76-.52-1.7-1.1q.06-.45 1.17-.91' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E"); }
  .header__messenger._max {
    background-image: url(../img/max.png); }
  .header__rec {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    min-width: 320px;
    -webkit-transition: width 0s, background-color 0.35s;
    transition: width 0s, background-color 0.35s; }
  .header .soc {
    margin-bottom: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 64px; }
    .header .soc__link, .header .soc__link:hover {
      background-color: transparent; }
    .header .soc__link:hover .icon {
      fill: #43b1c7; }
  .header .menu {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 0; }

header.fixed .header__contacts {
  margin-bottom: 0; }

header.fixed .header__phone {
  margin-bottom: 0; }

header.fixed .header__messenger,
header.fixed .header__whatsapp {
  display: none; }

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.menu {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 10px 0 0; }
  .menu__li {
    display: block;
    margin-right: 20px; }
    .menu__li:last-child .menu__link {
      margin-right: 0; }
  .menu__link {
    display: inline-block;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none; }
    .menu__link:hover, .menu__link.active {
      color: #54bbcc; }

header.fixed .menu {
  margin-top: 0; }

.soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }
  .soc__link {
    background-color: #e6e4f1;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 3px; }
    .soc__link .icon {
      fill: #7b7a7f;
      width: 22px;
      height: 22px; }
    .soc__link:hover {
      background-color: #43b1c7; }
      .soc__link:hover .icon {
        fill: #fff; }

.banner {
  position: relative;
  height: 480px;
  margin-bottom: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .banner__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0px;
    bottom: 0;
    margin: auto;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .banner__img img {
      display: block; }
  .banner__title {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
    text-transform: uppercase;
    margin-bottom: 40px; }
  .banner__text {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    line-height: 42px;
    margin-bottom: 60px; }

.services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px; }
  .services-item {
    background-color: #f3f3f5;
    width: calc(25% - 3px);
    margin-bottom: 3px;
    margin-left: 1.5px;
    margin-right: 1.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px;
    border: none !important;
    text-decoration: none; }
    .services-item__img {
      height: 110px;
      margin-bottom: 15px;
      position: relative; }
      .services-item__img img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        opacity: 1; }
      .services-item__img img.services-item__img-hover {
        opacity: 0; }
    .services-item__title {
      color: #333;
      font-size: 16px;
      font-weight: 700;
      line-height: 24px;
      text-transform: uppercase;
      text-align: center; }
    .services-item:hover {
      background-color: #4cc4dc; }
      .services-item:hover .services-item__title {
        color: #fff; }
      .services-item:hover img {
        opacity: 0; }
      .services-item:hover .services-item__img-hover {
        opacity: 1; }

.services-visit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 90px; }

.visit {
  width: 50%;
  margin-right: 30px;
  padding: 50px 60px 30px;
  background: url(../img/doctor1img_x2.png) center center no-repeat;
  background-size: cover; }
  .visit:nth-child(2n) {
    margin-right: 0;
    background: url(../img/doctor2img_x2.png) center center no-repeat;
    background-size: cover; }
  .visit__title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .visit__text {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 30px;
    width: 100%; }

.lab-wrap {
  padding: 95px 0 80px;
  background: #f8f2eb url(../img/about_img1.jpg) left top no-repeat;
  margin-bottom: 90px;
  position: relative; }
  .lab-wrap:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: url(../img/about_img2.png) 0 0 no-repeat;
    width: 671px;
    height: 193px; }
  .lab-wrap:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: url(../img/about_img3.png) 0 0 no-repeat;
    width: 575px;
    height: 323px; }

.lab {
  margin-left: 390px;
  min-height: 520px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 1; }
  .lab__title {
    width: 100%;
    color: #333;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 30px; }
  .lab__text {
    width: 100%;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 45px; }
    .lab__text p {
      margin-top: 0; }
  .lab-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    margin: 0;
    margin-bottom: 30px; }
    .lab-list__li {
      width: 50%;
      margin-bottom: 25px;
      color: #333;
      font-size: 16px;
      font-weight: 700;
      line-height: 24px;
      text-transform: uppercase;
      display: block;
      padding-left: 47px;
      background: url(../img/about_point.svg) left top no-repeat;
      padding-top: 3px; }
      .lab-list__li span {
        display: block;
        font-weight: 400;
        text-transform: none;
        margin-top: 5px; }

.reviews-wrap {
  margin-bottom: 90px; }

.reviews {
  margin-bottom: 80px;
  padding: 0 100px;
  position: relative; }
  .reviews--narrow {
    margin-bottom: 0;
    padding: 0; }
  .reviews--narrow .reviews-item {
    border: none;
    padding: 0;
    margin-bottom: 35px; }
    .reviews--narrow .reviews-item__top {
      margin-bottom: 10px; }
    .reviews--narrow .reviews-item__name {
      line-height: 24px;
      margin-right: 15px; }
    .reviews--narrow .reviews-item__date {
      line-height: 24px; }
    .reviews--narrow .reviews-item__text {
      padding-left: 58px;
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 48px 48px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'%3E%3Cg clip-path='url(%23clip0_834_680)'%3E%3Cpath d='M12 34H18L22 26V14H10V26H16L12 34ZM28 34H34L38 26V14H26V26H32L28 34Z' fill='%23CDD3DA'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_834_680'%3E%3Crect width='48' height='48' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E"); }
  .reviews-item {
    border: 10px solid #f1eff6;
    background-color: #fff;
    padding: 60px 85px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .reviews-item__ava {
      width: 90px;
      height: 90px;
      overflow: hidden;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 30px; }
      .reviews-item__ava img {
        display: block;
        width: 100%; }
    .reviews-item__info {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      width: 100%; }
    .reviews-item__top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 15px; }
    .reviews-item__name {
      font-size: 16px;
      font-weight: 400;
      color: #333;
      font-weight: 700;
      margin-right: 20px; }
    .reviews-item__date {
      color: #9da6b0;
      font-size: 16px;
      font-weight: 400; }
    .reviews-item__text {
      color: #333;
      font-size: 16px;
      font-weight: 400;
      line-height: 30px; }

.button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px; }

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 48px;
  height: 72px;
  background-color: #f4f4f6;
  margin-top: -46px;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.35s;
  transition: all 0.35s; }
  .owl-prev:before,
  .owl-next:before {
    content: '';
    background: url(../img/arrow.svg) 0 0 no-repeat;
    width: 16px;
    height: 30px;
    display: block;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    -webkit-transition: all 0.35s;
    transition: all 0.35s; }
  .owl-prev:hover,
  .owl-next:hover {
    background-color: #55b7cc; }
    .owl-prev:hover:before,
    .owl-next:hover:before {
      background: url(../img/arrow_hover.svg) 0 0 no-repeat; }

.owl-next {
  left: auto;
  right: 0; }
  .owl-next:before {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }

.owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    background-color: #d9d9e1;
    border-radius: 50%;
    margin: 0 4px 4px; }
    .owl-dots .owl-dot.active {
      background-color: #55b7cc; }

.photo {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .photo__li {
    width: 20%;
    position: relative;
    display: block;
    overflow: hidden; }
    .photo__li:before {
      content: '';
      padding-top: 80%;
      display: table; }
  .photo__link {
    text-decoration: none;
    position: absolute;
    top: 0px;
    left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden; }
    .photo__link img {
      width: 100%;
      display: block;
      -webkit-transition: all 0.35s;
      transition: all 0.35s; }
    .photo__link:hover[href] img {
      opacity: 0.8; }

footer {
  background-color: #333;
  padding: 25px 0;
  margin-top: auto; }
  footer a {
    color: #87e6f9;
    text-decoration: none; }
    footer a:hover {
      color: #b2edf9; }

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
          column-gap: 24px; }
  .footer .soc__link {
    background-color: #1f1f1f; }
    .footer .soc__link .icon {
      fill: #747884; }
    .footer .soc__link:hover .icon {
      fill: #f3f3f5; }

.copir {
  color: #a8a8ad;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px; }

.copir:last-child {
  text-align: right; }

.flex-twocol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 95px;
  padding-bottom: 80px; }

.content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%; }

.flex-twocol .content {
  width: calc(100% - 390px); }

.content img {
  max-width: 100%;
  height: auto !important; }

.content .content-title {
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 18px;
  line-height: 2em;
  font-weight: 700; }

.content-title + p {
  margin-top: 0 !important; }

.sidebar {
  width: 360px;
  margin-left: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.price-links {
  margin-bottom: 50px; }
  .price-links__link {
    display: inline-block;
    color: #6f30aa;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    margin-right: 30px;
    margin-bottom: 13px; }
    .price-links__link:hover {
      border-bottom-color: #6f30aa; }

.price-item {
  margin-bottom: 60px; }
  .price-item__title {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 24px; }

.table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 16px; }
  .table th,
  .table td {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px; }
  .table th:last-child,
  .table td:last-child {
    padding-right: 30px;
    text-align: right; }
  .table th {
    background-color: #f8f2eb; }
  .table tr:nth-child(odd) td {
    background: rgba(245, 244, 249, 0.8); }

.order {
  background-color: #f8f2eb;
  padding: 55px 65px; }
  .order__title {
    color: #333;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px; }
  .order__input, .order__textarea {
    display: block;
    width: 100%;
    border: 1px solid #e1d9cf;
    background-color: #ffffff;
    outline: none;
    resize: none;
    height: 52px;
    line-height: 52px;
    padding: 0 15px;
    color: #333;
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px; }
    .order__input:focus, .order__textarea:focus {
      border-color: #333; }
  .order__textarea {
    height: 100px;
    line-height: 120%;
    padding: 15px;
    margin-bottom: 30px; }
  .order__form-conf, .order__conf {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 30px; }
    .order__form-conf a, .order__conf a {
      color: #6f30aa;
      text-decoration: none;
      border-bottom: 1px solid transparent; }
      .order__form-conf a:hover, .order__conf a:hover {
        border-bottom-color: #6f30aa; }
  .order__form-conf {
    margin-top: 0;
    margin-bottom: 30px; }
  .order__textarea + .order__form-conf {
    margin-top: -15px; }
  .order--modal {
    width: 750px;
    background: #f8f2eb !important;
    padding: 55px !important;
    display: none; }
    .order--modal .fancybox-close-small {
      background: url(../img/close.svg) center center no-repeat;
      top: 10px;
      right: 10px; }
      .order--modal .fancybox-close-small:hover {
        opacity: 0.7; }

.question {
  background: url(../img/doctor2img_x2.png) center center no-repeat;
  background-size: 200%;
  padding: 50px 30px;
  margin-bottom: 30px; }
  .question__title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 25px; }
  .question__phone {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px; }
    .question__phone .icon {
      fill: #7cebf9;
      width: 18px;
      height: 30px;
      margin-right: 15px; }
    .question__phone:hover {
      color: #7cebf9; }

.price-mini {
  background-color: #f8f2eb;
  padding: 50px 30px;
  margin-bottom: 30px; }
  .price-mini__title {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .price-mini__link {
    color: #55b9cd;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none; }
    .price-mini__link:hover {
      color: #17a0bc; }

.pmi {
  margin-bottom: 25px; }
  .pmi__title {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 10px; }
  .pmi__price {
    color: #333;
    font-size: 18px;
    font-weight: 700; }

.service-mini {
  background-color: #f5f4f9;
  padding: 50px 30px;
  margin-bottom: 30px; }
  .service-mini__title {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .service-mini__content {
    padding: 0;
    margin: 0; }
  .service-mini__li {
    display: block; }
  .service-mini__link {
    color: #6f30aa;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-decoration: none;
    border-bottom: 1px solid transparent; }
    .service-mini__link:hover {
      border-bottom-color: #6f30aa; }
    .service-mini__link.active {
      color: #000; }

.reviews-mini {
  border: 10px solid #f1eff6;
  background-color: #fff;
  padding: 40px 20px;
  margin-bottom: 30px; }
  .reviews-mini-item {
    margin-bottom: 20px; }
    .reviews-mini-item__top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      margin-bottom: 10px; }
    .reviews-mini-item__name {
      color: #333;
      font-size: 16px;
      font-weight: 700;
      margin-right: 15px; }
    .reviews-mini-item__date {
      color: #9da6b0;
      font-weight: 400; }
    .reviews-mini-item__text {
      color: #333;
      font-size: 16px;
      line-height: 30px; }
  .reviews-mini__link {
    color: #55b9cd;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none; }
    .reviews-mini__link:hover {
      color: #17a0bc; }

.review-item {
  margin-bottom: 50px; }
  .review-item__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 20px; }
  .review-item__name {
    margin-right: 15px;
    font-size: 16px;
    color: #333;
    font-weight: 700; }
  .review-item__date {
    color: #9da6b0;
    font-size: 16px; }
  .review-item__title {
    color: #6f30aa;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid #6f30aa !important; }
    .review-item__title:hover {
      border-bottom-color: transparent !important; }
  .review-item__text {
    margin-top: 20px;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px; }
    .review-item__text a {
      color: #6f30aa;
      text-decoration: none;
      border-bottom: 1px solid transparent; }
      .review-item__text a:hover {
        border-bottom-color: #6f30aa; }

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }
  .navigation__link {
    border: 2px solid #f1eff6 !important;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 46px;
    color: #333 !important;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 5px; }
    .navigation__link:hover {
      border: 2px solid #f1eff6 !important;
      background-color: #f1eff6; }
    .navigation__link.active {
      background-color: #2faec7;
      border-color: #2faec7 !important;
      color: #fff !important;
      cursor: default; }
    .navigation__link--prev, .navigation__link--next {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .navigation__link--prev .icon, .navigation__link--next .icon {
        display: block;
        width: 22px;
        height: 18px;
        fill: #333; }
      .navigation__link--prev.disabled, .navigation__link--next.disabled {
        cursor: default; }
        .navigation__link--prev.disabled .icon, .navigation__link--next.disabled .icon {
          opacity: 0.5; }
        .navigation__link--prev.disabled:hover, .navigation__link--next.disabled:hover {
          background-color: transparent !important; }
    .navigation__link--prev {
      margin-left: 0;
      margin-right: auto; }
      .navigation__link--prev .icon {
        -webkit-transform: rotate(-180deg);
                transform: rotate(-180deg); }
    .navigation__link--next {
      margin-left: auto;
      margin-right: 0; }

.clearfix:before {
  content: '';
  clear: both;
  display: table; }

.clearfix:after {
  content: '';
  clear: both;
  display: table; }

.clearafter:after {
  content: '';
  clear: both;
  display: table; }

.clearbefore:before {
  content: '';
  clear: both;
  display: table; }

.full:after {
  content: '';
  clear: both;
  display: table; }

.full > :last-child {
  margin-bottom: 0; }

.full p {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  margin-top: 1em;
  margin-bottom: 1em; }

.full-info {
  background-color: #f8f2eb;
  padding: 50px 65px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  margin: 50px 0; }
  .full-info > :first-child {
    margin-top: 0 !important; }
  .full-info > :last-child {
    margin-bottom: 0 !important; }

.full b {
  font-weight: 700; }

.full a:not(.button--invert) {
  color: #6f30aa;
  text-decoration: none;
  border-bottom: 1px solid transparent; }
  .full a:not(.button--invert):hover {
    border-bottom-color: #6f30aa; }

.full-advantages {
  background-color: #f5f4f9;
  padding: 50px; }
  .full-advantages > :first-child {
    margin-top: 0 !important; }
  .full-advantages > :last-child {
    margin-bottom: 0 !important; }

.content .full-advantages {
  margin: 50px 0; }

.img-left {
  margin-right: 30px;
  float: left;
  display: block; }

.img-right {
  float: right;
  margin-right: 0;
  margin-left: 30px; }

.img-center {
  display: block;
  margin: 50px auto; }

.grid-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top; }

.grid-img img {
  display: block;
  width: calc(50% - 30px);
  margin-top: 30px;
  margin-left: 15px;
  margin-right: 15px;
  -ms-flex-item-align: center;
      align-self: center; }

.grid-img img:nth-child(1),
.grid-img img:nth-child(2) {
  margin-top: 0; }

.grid-img--3cols img:nth-child(3) {
  margin-top: 0; }

.grid-img--3cols img {
  width: calc(33.3333% - 30px); }

.content .img-center {
  margin: 50px auto; }

.content .grid-img {
  margin: 50px -15px; }

.steps-list {
  padding: 0px;
  margin: 40px 0;
  counter-reset: list; }
  .steps-list li {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    display: block;
    margin-bottom: 30px;
    padding-left: 65px;
    min-height: 50px;
    position: relative; }
    .steps-list li:before {
      counter-increment: list;
      content: counter(list);
      background-color: #f5f4f9;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      text-align: center;
      line-height: 50px;
      color: #55b9cd;
      font-size: 30px;
      font-weight: 700;
      display: block;
      position: absolute;
      top: 0px;
      left: 0px; }

.list {
  padding: 0;
  margin: 1em 0; }
  .list li {
    display: block;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    position: relative;
    padding-left: 31px; }
    .list li:before {
      content: '';
      position: absolute;
      top: 15px;
      left: 0px;
      width: 8px;
      height: 8px;
      background-color: #55b9cd;
      border-radius: 50%; }

.num-list {
  padding: 0px;
  margin: 1em 0;
  counter-reset: list; }
  .num-list li {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 5px; }
    .num-list li:before {
      counter-increment: list;
      content: counter(list) ".";
      position: absolute;
      top: 0px;
      left: 0px;
      width: auto;
      background: none;
      color: #333;
      font-size: 18px;
      font-weight: 700;
      line-height: 36px; }

.video {
  position: relative;
  display: block;
  margin-top: 60px;
  margin-bottom: 60px;
  width: 100%;
  overflow: hidden; }
  .video__preview {
    width: 100%; }
    .video__preview img {
      width: 100%;
      display: block; }
    .video__preview:after {
      content: '';
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background-color: rgba(51, 51, 51, 0.4); }
  .video__play {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none !important;
    z-index: 99;
    line-height: 0;
    font-size: 0;
    color: transparent !important; }
    .video__play:before {
      content: '';
      width: 0;
      height: 0;
      border: 20px solid transparent;
      border-left: 32px solid #61c6db;
      border-right: none;
      display: block;
      margin-left: 8px; }
    .video__play:hover:before {
      border-left-color: #17a0bc; }
  .video__title {
    position: absolute;
    left: 30px;
    bottom: 25px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase; }

.examples {
  margin-top: 60px; }
  .examples__title {
    color: #333;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px; }
  .examples-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .examples-link {
    display: block;
    margin-bottom: 30px;
    margin-right: 30px;
    text-decoration: none;
    width: 230px;
    border-bottom: none !important; }
    .examples-link:nth-child(3n) {
      margin-right: 0; }
    .examples-link__img {
      display: block;
      position: relative; }
      .examples-link__img img {
        display: block;
        max-width: 100%;
        width: 100%; }
      .examples-link__img:after {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: rgba(60, 202, 230, 0.7);
        opacity: 0;
        -webkit-transition: opacity 0.35s;
        transition: opacity 0.35s; }
      .examples-link__img .button {
        position: absolute;
        bottom: 25px;
        left: 0;
        right: 0px;
        margin: auto;
        min-width: 150px;
        width: 150px;
        opacity: 0;
        z-index: 2; }
    .examples-link__name {
      margin-top: 12px;
      color: #333333;
      font-size: 16px;
      line-height: 24px; }
    .examples-link:hover .examples-link__img:after {
      opacity: 1; }
    .examples-link:hover .examples-link__img .button {
      opacity: 1; }

.gamb {
  width: 50px;
  height: 45px;
  background: #fff;
  margin-left: 30px;
  padding: 12px 12px;
  display: none; }
  .gamb span {
    display: block;
    width: 25px;
    height: 3px;
    background: #333;
    margin-top: 3px;
    margin-bottom: 3px;
    position: relative;
    -webkit-transition: all 0.35s;
    transition: all 0.35s; }
  .gamb.open {
    background-color: #61c6db; }
    .gamb.open span {
      background: #fff; }
      .gamb.open span:nth-child(2) {
        display: none; }
      .gamb.open span:nth-child(1) {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        top: 6px; }
      .gamb.open span:nth-child(3) {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }

.gamb-hidden {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  left: 0px;
  background-color: #61c6db;
  padding: 30px;
  display: none;
  overflow: auto;
  max-height: calc(100vh - 50px); }
  .gamb-hidden .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .gamb-hidden .menu__link {
      padding-top: 15px;
      padding-bottom: 15px; }
      .gamb-hidden .menu__link:hover, .gamb-hidden .menu__link.active {
        color: #fff; }
  .gamb-hidden .soc {
    margin: 25px auto 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.staff.staff--wide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 29px; }

.staff.staff--wide .staff__item {
  -ms-flex-preferred-size: 263px;
      flex-basis: 263px; }

.staff .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.staff__item {
  height: 100%; }

.staff-item {
  color: #333333; }

.staff-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }

.staff-item__img-wrap,
.staff-item__content {
  width: 100%;
  max-width: 526px;
  margin-right: auto;
  margin-left: auto; }

.staff-item__img-box {
  position: relative;
  padding-top: 110.27%;
  background-color: #f5f4f9;
  background-image: url(../img/alb.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50% 50%;
  overflow: hidden; }

.staff-item__img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto; }

.staff-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 24px; }

.staff-item__content > *:not(:last-child) {
  margin-bottom: 6px; }

.staff-item__name {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px; }

.staff-item__position {
  font-size: 16px;
  line-height: 24px; }

.staff-item__add-info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #7E8790;
  font-size: 14px;
  line-height: 20px; }

.staff-item__button {
  width: 100%;
  min-width: auto;
  max-width: none;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  font-weight: 400;
  font-size: 16px;
  text-transform: none; }

.staff .owl-dots {
  padding-top: 20px; }

.staff .owl-nav .owl-prev,
.staff .owl-nav .owl-next {
  top: 32%;
  width: 32px;
  height: 48px; }

.staff .owl-nav .owl-prev.disabled,
.staff .owl-nav .owl-next.disabled {
  opacity: 0;
  pointer-events: none; }

.staff .owl-nav .owl-prev {
  left: -15px; }

.staff .owl-nav .owl-next {
  right: -15px; }

.staff .owl-nav .owl-prev::before,
.staff .owl-nav .owl-next::before {
  background-size: contain;
  width: 10px;
  height: 18px; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s,visibility 0s linear .25s;
  transition: opacity .25s,visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity .25s,visibility 0s;
  transition: opacity .25s,visibility 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity,-webkit-transform;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity,-webkit-transform;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable=true] {
  cursor: text; }

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc; }

.fancybox-button:focus, .fancybox-button:hover {
  color: #fff; }

.fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity .25s,visibility 0s,color .25s;
  transition: opacity .25s,visibility 0s,color .25s; }

.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  -webkit-transition: stroke .1s;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--iframe .fancybox-close-small:hover svg, .fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0; }

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

.fancybox-loading {
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(99, 99, 99, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0); }

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1); }

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }

/* Adaptive styles */
/* Large Desktop */
@media (max-width: 1850px) {
  header.fixed .header__phone {
    display: none; }
  .soc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 15px; }
  .menu {
    margin-top: 20px; }
  header.fixed .menu {
    margin-top: 0; }
  .header__rec {
    min-width: 240px; } }

@media (max-width: 1700px) {
  header {
    padding-left: 100px;
    padding-right: 100px; }
  .header__logo {
    margin-right: 40px; }
  header.fixed .header__rec {
    display: block; } }

@media (max-width: 1440px) {
  header {
    padding-left: 70px;
    padding-right: 70px; }
  header.fixed .header__phone {
    display: none; }
  header.fixed .menu {
    width: 100%; }
  header.fixed .header__logo {
    margin-right: 20px; }
  header {
    padding-left: 70px;
    padding-right: 70px; }
  header.fixed .header__rec {
    display: none; }
  .header__address-part {
    margin-right: 44px; }
  .header__phone {
    font-size: 20px;
    letter-spacing: 0.04em; }
    .header__phone .icon {
      display: none; }
  .header .menu__li {
    margin-right: 14px; }
  .header .menu__link {
    font-size: 14px; }
  .header .soc {
    margin-right: 44px; } }

/* Desktop */
@media (max-width: 1279px) {
  .container {
    width: 940px; }
  body {
    padding-top: 120px; }
  header {
    padding-left: 45px;
    padding-right: 45px;
    height: 120px; }
  header.fixed {
    padding-left: 45px;
    padding-right: 45px; }
  header.fixed .header__rec {
    display: none; }
  header.fixed .header__info {
    max-width: calc(100% - 190px); }
  header.fixed .menu {
    width: 100%; }
  .header__logo {
    width: 210px;
    margin-right: 30px; }
    .header__logo img {
      width: 100%;
      height: auto; }
  .header__messenger,
  .header__whatsapp {
    margin-left: 20px; }
  .header__messenger + .header__messenger {
    margin-left: 10px; }
  .menu {
    margin-top: 0; }
  .menu__li {
    margin-right: 10px; }
  .menu__link {
    font-size: 14px; }
  .header__logo {
    width: 197px; }
  .header__info::before {
    height: 5px; }
  .header__address, .header__time {
    font-size: 14px;
    line-height: 20px; }
  .header__rec {
    min-width: 160px;
    font-size: 14px; }
  .header .soc {
    margin-right: 30px; }
  .banner {
    height: 440px;
    margin-bottom: 65px; }
  .banner__title {
    font-size: 54px;
    line-height: 66px; }
  .banner__text {
    font-size: 24px;
    line-height: 36px; }
  .banner__img img {
    height: 100%; }
  .h2--center-big {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 35px; }
  .services-visit {
    margin-bottom: 60px; }
  .visit {
    padding: 50px 50px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .visit__button {
    margin-top: auto; }
  .reviews-wrap {
    margin-bottom: 65px; }
  .lab-wrap {
    background-size: 900px;
    background-position: -220px top;
    margin-bottom: 65px; }
    .lab-wrap:before {
      width: 461px;
      height: 133px;
      background-size: 100%; }
    .lab-wrap:after {
      width: 397px;
      height: 223px;
      background-size: 100%; }
  .lab {
    margin-left: 290px; }
  .reviews {
    padding: 0 80px; }
  .reviews--narrow {
    padding: 0px; }
  .reviews-item {
    padding: 50px 35px; }
  .reviews--narrow .reviews-item {
    padding: 0; }
  .sidebar {
    width: 290px; }
  .question,
  .price-mini,
  .service-mini {
    padding: 30px 20px; }
  .question__title {
    font-size: 16px;
    line-height: 30px; }
  .price-mini__title,
  .service-mini__title {
    font-size: 16px; }
  .reviews-mini {
    padding: 20px 15px; }
  h1, .h1 {
    font-size: 30px;
    line-height: 40px; }
  .price-links__link {
    font-size: 16px; }
  .price-item__title {
    font-size: 20px; }
  .order,
  .order--modal {
    padding: 45px 50px !important; }
  .flex-twocol {
    padding-top: 65px; }
  .review-item__title {
    font-size: 16px; }
  .review-item__text {
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px; }
  .full p {
    font-size: 16px;
    line-height: 30px; }
  .video {
    margin-top: 40px;
    margin-bottom: 40px; }
  .full-info {
    padding: 40px 50px;
    font-size: 16px;
    line-height: 30px;
    margin: 40px 0; }
  h2 {
    margin-top: 40px;
    font-size: 24px;
    line-height: 36px; }
  .steps-list li:before {
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 40px; }
  .steps-list li {
    font-size: 16px;
    line-height: 30px;
    min-height: none;
    margin-bottom: 40px; }
  h3 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 25px; }
  .list li {
    font-size: 16px;
    line-height: 30px; }
  .list li:before {
    top: 11px; }
  .full-advantages {
    padding: 40px 50px; }
  .content .full-advantages {
    margin: 40px 0; }
  h4 {
    margin-top: 26px;
    font-size: 16px; }
  .examples {
    margin: 40px 0; }
  .examples__title {
    font-size: 24px;
    line-height: 36px; }
  .examples-link {
    width: calc(100% / 3 - 20px); } }

/* Tablet */
@media (max-width: 1049px) {
  .container {
    width: 720px; }
  .gamb {
    position: absolute;
    top: 8px;
    right: 25px;
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 0; }
  body {
    padding-top: 85px; }
  header {
    padding: 8px 25px;
    height: 89px; }
  header .header__logo {
    width: 158px;
    height: 52px;
    overflow: hidden;
    background: url(../img/logo-small.svg) 0 0 no-repeat; }
  header .header__logo img {
    display: none; }
  header.fixed {
    padding: 15px 25px;
    height: 85px; }
  header.fixed .header__info {
    max-width: 100%; }
  header.fixed .header__phone,
  header.fixed .header__rec {
    display: block; }
  header.fixed .header__messenger,
  header.fixed .header__whatsapp {
    display: block; }
  header.fixed .header__logo {
    margin-right: 30px; }
  header.fixed .header__rec {
    min-width: 180px; }
  header.fixed .soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .header .soc__link {
    background: #fff; }
  .header__contacts,
  .header__rec {
    margin-bottom: 0; }
  .header .soc {
    margin-right: auto; }
    .header .soc__link:hover {
      background-color: #fff; }
  .header__contacts {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    min-height: 45px; }
  .header__messenger, .header__whatsapp {
    width: 24px;
    height: 24px;
    margin-left: 24px; }
  .header__messenger + .header__messenger {
    margin-left: 14px; }
  .header__rec {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 74px; }
  .header__address-part {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0;
    letter-spacing: 0.03em; }
    .header__address-part > *:not(:last-child) {
      margin-right: 16px; }
  .header__time {
    font-size: 13px; }
  .header__phone {
    font-size: 18px;
    line-height: 24px; }
  .header .menu__li {
    margin-right: 0; }
  .menu__li {
    margin-right: 0; }
  .banner {
    height: 390px; }
  .banner__title {
    font-size: 36px;
    line-height: 48px; }
  .banner__text {
    max-width: 350px; }
  .banner__img img {
    height: 100%;
    margin-left: -30%; }
  .services-item {
    width: calc(33% - 3px); }
  .visit {
    padding: 50px 30px 30px; }
  .reviews-wrap {
    margin-bottom: 65px; }
  .lab-wrap {
    background: #f8f2eb;
    margin-bottom: 65px;
    padding-top: 65px; }
    .lab-wrap:before {
      display: none; }
    .lab-wrap:after {
      width: 397px;
      height: 223px;
      background-size: 100%; }
  .lab {
    margin-left: 0px; }
  .reviews {
    padding: 0 0px; }
  .reviews-item {
    padding: 50px 20px; }
  .reviews--narrow .reviews-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .reviews--narrow .reviews-item__ava {
      margin-right: 30px;
      margin-bottom: 0; }
  .photo__li {
    width: 25%; }
  .photo__li:last-child {
    display: none; }
  .sidebar {
    margin-left: 0px;
    width: 100%;
    margin-top: 40px; }
  .question__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .flex-twocol {
    display: block;
    padding-top: 55px; }
  .order__title {
    font-size: 24px;
    line-height: 36px; }
  .lab__title {
    font-size: 30px;
    line-height: 40px; }
  .soc__link:hover .icon {
    fill: #7b7a7f; }
  .gamb-hidden .header__rec {
    margin: 20px auto 0;
    width: 180px;
    display: block; }
  header {
    overflow: hidden; }
  .flex-twocol .content {
    width: 100%; } }

/* Phone */
@media (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 15px; }
  body {
    padding-top: 50px; }
  header {
    padding: 5px 15px;
    height: 50px; }
  header .header__logo,
  header.fixed .header__logo {
    width: 120px;
    height: 39px;
    background-size: cover; }
  header.fixed {
    padding: 5px 15px;
    height: 50px; }
  .header__info::before {
    content: none; }
  .header__address-part {
    display: none; }
  .header__contacts {
    min-height: auto; }
  .header__rec {
    margin: 20px auto 0;
    width: 180px;
    display: block; }
  .gamb {
    position: static;
    height: 50px;
    margin-top: -5px;
    margin-bottom: -5px;
    margin-right: -15px;
    padding-top: 15px; }
  .banner {
    height: 300px;
    padding: 0 0px 0 30px;
    margin-bottom: 40px; }
  .banner__img img {
    margin-left: 430px; }
  .banner__title {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 20px; }
  .banner__text {
    margin-bottom: 25px; }
  .h2--center-big {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 25px; }
  .services {
    margin-bottom: 40px; }
  .services-item {
    width: calc(50% - 3px); }
  .services-item__img {
    display: none; }
  .services-visit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px; }
  .visit {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 30px; }
  .visit__title {
    font-size: 20px;
    line-height: 30px; }
  .visit__text {
    font-size: 14px;
    line-height: 24px; }
  .reviews-wrap {
    margin-bottom: 40px; }
  .lab-wrap {
    padding-top: 40px;
    margin-bottom: 40px; }
  .lab__title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px; }
  .lab__text {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 25px; }
  .lab-list {
    margin-bottom: 20px; }
  .lab-list__li {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    padding-top: 0;
    background-size: 20px;
    background-position: left 2px;
    padding-left: 28px;
    margin-bottom: 15px; }
  .reviews-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .reviews--narrow .reviews-item__top {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .reviews--narrow .reviews-item__text {
    text-align: start; }
  .reviews-item__ava {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    margin-right: 0; }
  .reviews-item__top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .reviews-item__name,
  .reviews-item__date {
    font-size: 14px; }
  .reviews-item__text {
    text-align: center;
    font-size: 14px;
    line-height: 24px; }
  .photo__li {
    width: 100%;
    display: block; }
    .photo__li:last-child {
      display: block; }
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .copir {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px; }
  .copir:last-child {
    margin-bottom: 0;
    text-align: center; }
  .soc__link {
    margin: 0 6px; }
  h1, .h1 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 10px; }
  .price-links__link {
    margin-right: 20px; }
  .price-item__title {
    font-size: 16px; }
  .table {
    font-size: 14px; }
  .table th, .table td {
    padding-left: 15px; }
  .table th:last-child, .table td:last-child {
    padding-right: 15px; }
  .order,
  .order--modal {
    padding: 20px !important; }
  .order__title {
    font-size: 20px;
    line-height: 30px; }
  .order__conf {
    font-size: 14px;
    line-height: 24px; }
  .review-item__top {
    margin-bottom: 10px; }
  .review-item__name,
  .review-item__date {
    font-size: 14px; }
  .review-item__title {
    font-size: 14px;
    line-height: 24px; }
  .review-item__text {
    font-size: 14px;
    line-height: 24px; }
  .full p {
    font-size: 14px;
    line-height: 24px; }
  .video__title {
    font-size: 14px;
    line-height: 24px;
    left: 20px;
    bottom: 20px; }
  .full-info {
    padding: 20px;
    font-size: 14px;
    line-height: 24px; }
  h2 {
    margin-top: 40px;
    font-size: 20px;
    line-height: 30px; }
  .steps-list li:before {
    width: auto;
    height: auto;
    font-size: 20px;
    line-height: 30px;
    background: none; }
  .steps-list li {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
    padding-left: 25px; }
  h3 {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px; }
  .list li {
    font-size: 14px;
    line-height: 24px; }
  .img-left,
  .img-right {
    width: 130px; }
  .content .grid-img {
    margin: 40px -15px; }
  .grid-img--3cols.grid-img img {
    width: calc(50% - 30px); }
  .grid-img--3cols.grid-img img:nth-child(3) {
    margin-top: 30px; }
  .grid-img--3cols.grid-img img:nth-child(2) {
    margin-top: 0; }
  .content .img-center {
    margin: 40px auto; }
  .full-advantages {
    padding: 20px; }
  h4 {
    font-size: 14px;
    line-height: 24px; }
  .num-list li {
    padding-left: 30px;
    font-size: 14px;
    line-height: 24px; }
  .num-list li:before {
    font-size: 14px;
    line-height: 24px; }
  .examples__title {
    font-size: 20px;
    line-height: 30px; }
  .examples-link {
    width: calc(50% - 20px);
    margin: 0 auto 30px; }
  .examples-link:nth-child(3n) {
    margin-right: auto; }
  .list li {
    padding-left: 20px; }
  .list li:before {
    top: 9px; }
  .reviews {
    margin-bottom: 40px; }
  .staff {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -16px -8px;
    overflow: hidden; }
  .staff__item {
    padding: 16px 8px;
    width: 50%;
    height: auto; }
  .staff-item__content {
    padding-top: 16px; }
  .staff-item__content > *:not(:last-child) {
    margin-bottom: 4px; } }

@media (max-width: 539px) {
  header .header__logo,
  header.fixed .header__logo {
    width: 80px;
    height: 26px;
    margin-right: 15px; }
  .header__phone {
    font-size: 16px;
    line-height: 16px; }
  .header__messenger,
  .header__whatsapp {
    width: 16px;
    height: 16px;
    margin-left: 10px; }
  .header__messenger + .header__messenger {
    margin-left: 8px; }
  .gamb {
    margin-left: 15px; } }

@media (max-width: 479px) {
  .banner {
    height: 270px;
    padding: 0 0px 0 0px; }
  .banner__img img {
    margin-left: 430px; }
  .banner__title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px; }
  .banner__text {
    font-size: 18px;
    line-height: 30px; }
  .services-item {
    padding-left: 5px;
    padding-right: 5px; }
  .services-item__title {
    font-size: 14px;
    line-height: 24px; }
  .services-visit {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0; }
  .visit {
    margin-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px; }
  .reviews-wrap {
    margin-bottom: 40px; }
  .lab-wrap {
    padding-bottom: 40px; }
  .copir {
    width: 100%; }
  .copir br {
    display: none; }
  .navigation__link:nth-child(5),
  .navigation__link:nth-child(6) {
    display: none; }
  .grid-img img {
    width: calc(100% - 30px); }
  .grid-img:not(.grid-img--3cols) img:nth-child(2) {
    margin-top: 30px; }
  .img-left,
  .img-right {
    float: none;
    width: auto;
    margin: 0 auto 15px;
    display: block; }
  .video__title {
    font-size: 14px;
    line-height: 20px;
    left: 0px;
    bottom: 10px;
    padding: 0 10px; }
  .video__play {
    width: 50px;
    height: 50px; }
  .video__play:before {
    border: 10px solid transparent;
    border-left: 16px solid #61c6db;
    border-right: none;
    display: block;
    margin-left: 4px; }
  .examples-link {
    width: 100%; }
  .reviews--narrow .reviews-item__text {
    padding-left: 34px;
    background-size: 24px 24px; }
  .button-wrap {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
  .staff__item {
    width: 100%; } }

@media (max-width: 339px) {
  .header .header__logo,
  header.fixed .header__logo {
    margin-right: 8px; }
  .header__phone {
    font-size: 14px;
    line-height: 14px; }
  .gamb {
    margin-left: 8px; } }

.tm-it-widget-cookie {
  --tm-it-widget-cookie-phones-max: 767.99px;
  --tm-it-widget-cookie-tables: 768px;
  --tm-it-widget-cookie-tables-max: 991.99px;
  --tm-it-widget-cookie-desktops: 992px;
  --tm-it-widget-cookie-bottom: 0;
  --tm-it-widget-cookie-right: 0;
  --tm-it-widget-cookie-left: 0;
  --tm-it-widget-cookie-width: 100%;
  --tm-it-widget-cookie-font-size: 14px;
  --tm-it-widget-cookie-line-height: 1.375em;
  --tm-it-widget-cookie-padding: 15px;
  --tm-it-widget-cookie-border-radius: 0;
  --tm-it-widget-cookie-space-between: 0.5em;
  --tm-it-widget-cookie-color: #333333;
  --tm-it-widget-cookie-bg-color: #f4f4f6;
  --tm-it-widget-cookie-btn-color: #262626;
  --tm-it-widget-cookie-btn-bg-color: #6bccdf;
  --tm-it-widget-cookie-btn-border-radius: 0;
  --tm-it-widget-cookie-box-shadow-color: #2626260d;
  --tm-it-widget-cookie-box-shadow: 0 -1px 0 0 var(--tm-it-widget-cookie-box-shadow-color); }

.tm-it-widget-cookie {
  position: fixed;
  bottom: var(--tm-it-widget-cookie-bottom);
  left: var(--tm-it-widget-cookie-left);
  right: var(--tm-it-widget-cookie-right);
  width: var(--tm-it-widget-cookie-width);
  margin: 0;
  padding: var(--tm-it-widget-cookie-padding);
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-size: var(--tm-it-widget-cookie-font-size);
  line-height: var(--tm-it-widget-cookie-line-height);
  letter-spacing: normal;
  font-family: inherit;
  color: var(--tm-it-widget-cookie-color);
  background-color: var(--tm-it-widget-cookie-bg-color);
  -webkit-box-shadow: var(--tm-it-widget-cookie-box-shadow);
          box-shadow: var(--tm-it-widget-cookie-box-shadow);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 999999999; }

.tm-it-widget-cookie.hidden {
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0; }

.tm-it-widget-cookie * {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

.tm-it-widget-cookie [href] {
  color: #6f30aa;
  text-decoration: none;
  border-bottom: 1px solid transparent; }
  .tm-it-widget-cookie [href]:hover {
    border-bottom-color: currentColor; }

.tm-it-widget-cookie__text {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: var(--tm-it-widget-cookie-space-between); }

.tm-it-widget-cookie button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  min-height: 34px;
  min-width: 44px;
  margin-right: auto;
  margin-left: auto;
  padding: 0.5em 1.5em;
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: normal;
  font-family: inherit;
  color: var(--tm-it-widget-cookie-btn-color);
  background-color: var(--tm-it-widget-cookie-btn-bg-color);
  border-width: 0;
  border-radius: var(--tm-it-widget-cookie-btn-border-radius);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline-color: transparent;
  outline-style: solid;
  outline-width: 2px;
  outline-offset: -1px; }

.tm-it-widget-cookie button:active {
  opacity: 0.6; }

@media (hover: hover) and (pointer: fine) {
  .tm-it-widget-cookie button {
    -webkit-transition: outline-color 0.2s;
    transition: outline-color 0.2s; }
  .tm-it-widget-cookie button:focus,
  .tm-it-widget-cookie button:hover {
    outline-color: var(--tm-it-widget-cookie-btn-bg-color); } }

@media screen and (min-width: 768px) {
  .tm-it-widget-cookie__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1140px;
    margin: 0 auto; }
  .tm-it-widget-cookie__text {
    margin: 0 2em 0 0; }
  .tm-it-widget-cookie button {
    margin: 0; } }

@media screen and (max-width: 767.99px) {
  .tm-it-widget-cookie__text {
    text-align: center; } }
